@charset "utf-8";

/*全局*/
*{margin:0px; padding:0px;box-sizing: border-box;}
body{font-family:"Helvetica Neue",Helvetica,"Hiragino Sans GB","Microsoft YaHei","微软雅黑",Arial,sans-serif;font-size:14px;line-height: 18px;color:#323232;}
div,a,li,span{word-wrap:break-word;}
a{text-decoration:none;color: inherit;}
ul{list-style:none;}

input{border: none;border: 1px solid none}
img{border: none;display:block;}
.clear{zoom:1;}
.clear:after{content: '';display: block;clear: both;}

/*header*/
.cn_header{background-color:#fff;width:100%;position: fixed;z-index:9;box-shadow: 0px 0px 20px #cccccc;}
.wrapper {margin: 0 auto;min-width: 1200px;position: relative;width: 1200px;}
.cn_header .header{height:90px;font-size:16px;}
.cn_header .header .mainlogo{float:left;width:320px;margin-right:20px;}
.cn_header .header .mainlogo img{width:320px;height:90px;}
.cn_header .header .mainnav{float:left;}
.cn_header .header .mainnav li{float:left;width:96px;text-align:center;}
.cn_header .header .mainnav span{line-height: 90px;height: 90px;display:inline-block;}
.cn_header .header .mainnav span.current{color:#C40001;border-bottom:4px solid #C40001;}
.cn_header .header .maintel{float:right;width:150px;color:#C40001;line-height: 90px;}
.h90{height:90px;}

/*底部菜单*/
.cn_footer{background-color:#fff;width:100%;}
.cn_footer .footer{height:50px;font-size:16px;line-height: 50px;}
.cn_footer .footer .copyright{float:left;}
.cn_footer .footer .jixian{float:right;text-align: right;}
.cn_footer .footer .web{float:right;text-align: right; margin-right:20px;}

.cn_footer .scrollbtn{
    background: #909090 url("/Res/images/home/icon_gotop.png") no-repeat scroll center center;
	width:54px;
	height:54px;
	color:#fff;
	position:fixed;
	right:30px;
	bottom:40px;
	cursor:pointer;
	display:none;
	}

.cn_footer .rpanelbox{
	
    
    position: fixed;
    right: 5px;
    top: 110px;
    
	z-index:11;
	}
.cn_footer .rpanelbox .msgbox{
	background: #909090 url("/Res/images/home/chat_qq.png") no-repeat scroll center center;
	height: 478px;
	width: 133px;
}
.msgbox .msgqq{background: rgba(0, 0, 0, 0) url("") no-repeat scroll 0 0;
    top: 106px;
    display: block;
    height: 114px;
    position: absolute;
    width: 130px;
	margin-left:2px;
}